home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMENDIF / TFRMENDIF.txt
Encoding:
Text File  |  2003-01-14  |  1.2 KB  |  57 lines

  1. inherited frmEndIf: TfrmEndIf
  2.   HelpContext = 25
  3.   OldCreateOrder = True
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited pnlTop: TPanel
  7.     inherited lblCommandName: TLabel
  8.       Caption = ''
  9.     end
  10.     inherited lblActionDesc: TLabel
  11.       Caption = 'Use this action to end an If/Else block.'
  12.     end
  13.   end
  14.   inherited pnlCenter: TPanel
  15.     inherited pgcControlPage: TPageControl
  16.       inherited tbsAM5Main: TTabSheet
  17.         object lblNoParams: TLabel
  18.           Left = 4
  19.           Top = 16
  20.           Width = 148
  21.           Height = 13
  22.           Caption = 'This action has no parameters.'
  23.         end
  24.       end
  25.     end
  26.   end
  27.   inherited dxSIBarManager: TdxBarManager
  28.     Categories.ItemsVisibles = (
  29.       2)
  30.     Categories.Visibles = (
  31.       True)
  32.     PopupMenuLinks = <
  33.       item
  34.         Control = lsvAM5Errors
  35.         PopupMenu = dxCheckPopup
  36.       end>
  37.     DockControlHeights = (
  38.       0
  39.       0
  40.       0
  41.       0)
  42.   end
  43.   inherited dxCheckPopup: TdxBarPopupMenu
  44.     ItemLinks = <
  45.       item
  46.         Item = itmCheckAllErrors
  47.         UserGlyph.Data = {00000000}
  48.         Visible = True
  49.       end
  50.       item
  51.         Item = itmCheckNoErrors
  52.         UserGlyph.Data = {00000000}
  53.         Visible = True
  54.       end>
  55.   end
  56. end
  57.